CSS3 :last-of-type 选择器_w3cschool - 编程狮

:last-of-type选择器匹配元素其父级是特定类型的最后一个子元素。 提示: 和:nth-last-of-type (1) …

:last-of-type 选择器匹配属于其父元素的特定类型的最后一个子元素的每个元素。 提示: 等同于 :nth-last-of-type (1)。 表格中的数字注明了完全支持 …

该:last-of-type CSS伪类表示与其类型相同的一组同胞元素中的最后一个元素。 注意:如最初定义的 …

所有主流浏览器均支持 :last-of-type 选择器,除了 IE8 及更早的版本。 :last-of-type 选择器匹配属 …

下面是W3CSchool 中针对伪类选择器 :last-child 以及 :last-of-type的描述,如下:last-child …

更多内容请点击:CSS3 :last-of-type 选择器_w3cschool - 编程狮 推荐文章